imperative$37849$ - traduzione in olandese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

imperative$37849$ - traduzione in olandese

TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
  • Computer memory map

imperative      
n. gebiedende wijs (grammatica); verplicht; verplichting
imperative mood         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
gebod (in grammatica)
imperative mode         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
gebiedende wijs

Definizione

prohibitive
If the cost of something is prohibitive, it is so high that many people cannot afford it. (FORMAL)
The cost of private treatment can be prohibitive.
ADJ
prohibitively
Meat and butter were prohibitively expensive.
ADV: ADV adj

Wikipedia

Imperative programming

In computer science, imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform. Imperative programming focuses on describing how a program operates step by step, rather than on high-level descriptions of its expected results.

The term is often used in contrast to declarative programming, which focuses on what the program should accomplish without specifying all the details of how the program should achieve the result.